Replace digest-doc and sorted-doc C programs with Lisp commands.
authorGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 02:46:06 +0000 (19:46 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 02:46:06 +0000 (19:46 -0700)
commite71da735945a0c166997e3621a8d1de3ae97fb95
tree9b18e30068a52f9fcad54b88b1c9a49393fc9a64
parent03b43efe75bc1d751c293398979bab9d75be8fd4
Replace digest-doc and sorted-doc C programs with Lisp commands.

* lib-src/digest-doc.c, lib-src/sorted-doc.c: Remove files.
* lib-src/Makefile.in (UTILITIES): Remove digest-doc and sorted-doc.
(digest-doc${EXEEXT}, sorted-doc${EXEEXT}): Remove rules.
* lib-src/makefile.w32-in (ALL): Remove digest-doc and sorted-doc.
($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe, sorted-doc, digest-doc)
($(BLD)/digest-doc.$(O), $(BLD)/sorted-doc.$(O)): Remove rules.
(install): Don't install digest-doc.exe or sorted-doc.exe.

* lisp/help-fns.el (doc-file-to-man, doc-file-to-info): New commands.

* doc/lispref/help.texi (Documentation Basics): Remove mentions of
digest-doc and sorted-doc.

* INSTALL, nt/README, nt/README.W32: Do not mention digest-doc and sorted-doc.

* etc/NEWS: Mention this change.
13 files changed:
INSTALL
doc/lispref/ChangeLog
doc/lispref/help.texi
etc/NEWS
lib-src/ChangeLog
lib-src/Makefile.in
lib-src/digest-doc.c [deleted file]
lib-src/makefile.w32-in
lib-src/sorted-doc.c [deleted file]
lisp/ChangeLog
lisp/help-fns.el
nt/README
nt/README.W32